Change docs for gtk_toolbar_append_item to say that it appends an item to
authorAnders Carlsson <andersca@gnu.org>
Sat, 27 Oct 2001 01:03:15 +0000 (01:03 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sat, 27 Oct 2001 01:03:15 +0000 (01:03 +0000)
2001-10-27  Anders Carlsson  <andersca@gnu.org>

* gtk/tmpl/gtktoolbar.sgml: Change docs for
gtk_toolbar_append_item to say that it appends an item
to the end of a toolbar. This fixes #60428.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktoolbar.sgml

index 10a95440d35faed97ea30280695c44ea3de6b3fa..810efd5764fa438253e2a214a51f8421d6c45bff 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-27  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/tmpl/gtktoolbar.sgml: Change docs for 
+       gtk_toolbar_append_item to say that it appends an item
+       to the end of a toolbar. This fixes #60428.
+
 Fri Oct 26 11:54:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * */Makefile.am: Update to install images.
index cc49f6645c4ddae27b422326a2be6725b58a6006..0ef0ffd00de6a0c21656c7ddeb17e300ff64494b 100644 (file)
@@ -86,7 +86,7 @@ creates a new toolbar.
 
 <!-- ##### FUNCTION gtk_toolbar_append_item ##### -->
 <para>
-adds a new button to the beginning (left or top edges) of the given toolbar.
+adds a new button to the end (right or bottom edges) of the given toolbar.
 </para>
 
 @toolbar: a #GtkToolbar.
@@ -101,7 +101,7 @@ adds a new button to the beginning (left or top edges) of the given toolbar.
 
 <!-- ##### FUNCTION gtk_toolbar_prepend_item ##### -->
 <para>
-adds a new button to the beginning of the given toolbar.
+adds a new button to the beginning (top or left edges) of the given toolbar.
 </para>
 
 @toolbar: a #GtkToolbar.